Class MinMaxBot

java.lang.Object
edu.uky.ai.tic.ai.MinMaxBot
All Implemented Interfaces:
Bot

public class MinMaxBot
extends java.lang.Object
implements Bot
This bot expands the entire game tree and makes its decision based on Min Max search.
Author:
Stephen G. Ware
  • Constructor Summary

    Constructors 
    Constructor Description
    MinMaxBot()  
  • Method Summary

    Modifier and Type Method Description
    Decision chooseMove​(State state)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait